| Class | Product |
| In: |
app/models/product.rb
|
| Parent: | ActiveRecord::Base |
# File app/models/product.rb, line 19
19: def self.find_producten_voor_verkoop
20: find(:all, :order => 'titel')
21: end